home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / Direct3D / AutoParts / readme.txt < prev   
Text File  |  2001-10-10  |  2KB  |  44 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: AutoParts Sample
  4. // 
  5. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12. The AutoParts sample illustrates the use of Picking against a 3D database.
  13.  
  14.   
  15. Path
  16. ====
  17.   Source: DXSDF\Samples\Multimedia\VBSamples\Direct3D\AutoParts
  18.  
  19.   Executable: DXSDF\Samples\Multimedia\VBSamples\Direct3D\Bin
  20.  
  21.  
  22. User's Guide
  23. ============
  24.   click where it says "click here" in the Tree view to the left to load the engine model.
  25.   The model can be rotated by holding the left mouse button down and dragging.
  26.   When a part has been clicked on, it is described in the lower left hand corner.
  27.   The Add and Remove from Invoice button manage the Invoice list but the Order button has 
  28.   no function.
  29.       
  30.  
  31.  
  32. Programming Notes
  33. =================   
  34.    Each object in the Engine model is named. These names are unique and can be used to cross
  35.    reference a database (a custom text database in this example for the sake of not requiring
  36.    the installation of MDAC). From that database more detailed information is gahtered on the 
  37.    part such as price and part number.
  38.  
  39.    This sample makes use of common DirectX code (consisting of helper functions,
  40.    etc.) that is shared with other samples on the DirectX SDK. All common
  41.    classes and modules can be found in the following directory:
  42.       DXSDF\Samples\Multimedia\VBSamples\Common
  43.  
  44.